home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / libg_261.zip / libg_261 / config / mh-cxux < prev    next >
Text File  |  1994-07-16  |  430b  |  16 lines

  1. # Configuration for Harris CX/UX 7 (and maybe 6), based on sysv4 configuration.
  2.  
  3. # Define SYSV as -DSYSV if you are using a System V operating system.
  4. SYSV = -DSYSV -DSVR4
  5. RANLIB = true
  6.  
  7. # C++ debugging is not yet supported under SVR4 (DWARF)
  8. CXXFLAGS=-O
  9.  
  10. # The l flag generates a warning from the SVR4 archiver, remove it.
  11. AR_FLAGS = cq
  12.  
  13. # Under CX/UX, we want to tell the compiler to use ANSI mode.
  14. CFLAGS=-Xa -g
  15. LDFLAGS=-Xa -g
  16.